home *** CD-ROM | disk | FTP | other *** search
/ Die Speccy' 97 / Die Speccy' 97.iso / amiga_system / the_aminet / comm / mebbs / post.lha / post.doc next >
Text File  |  1995-06-09  |  2KB  |  72 lines

  1.    This is a simple ARexx script to use with QED that allows auto-posting
  2. while off-line. The script covers tagging a message as private and allows
  3. file attaching. You can run this from an unregistered QED by going to the
  4. "Tools - ARexx Macros - Play" menu. For those with a registered version of
  5. QED, you can place it in your StartUp.qed file and tie it to a "F" key.
  6. For example:
  7. 'FKEY 8 Post\\MACRO post'
  8.  
  9.  
  10. The defaults for the program are hard coded in so here are the items you
  11. can change (lines taken directly from the ARexx script). These are all QED
  12. ARexx calls to present a requester. So these choices are to change what
  13. you want to appear in the requester as a default when it comes up. If you
  14. want the requester to be blank you have to delete everything from the two
  15. slashes (\\) up to but not including the ending single quote ('). For
  16. example, if you want the first requester to be blank when appearing the
  17. line should read:
  18.  
  19. 'QString Who is the message from?'
  20.  
  21.  
  22. Here are the lines that you can edit the defaults for:
  23.  
  24. 'QString Who is the message from?\\Steve Robbins'
  25.                                    ^^^^^^^^^^^^^ Change this to set the
  26. default "From:" field.
  27.  
  28.  
  29. 'QString Who is the message to?\\All'
  30.                                  ^^^ Change this to change the default
  31. "To:" field.
  32.  
  33.  
  34. 'QString What message area do you want to post in?\\1'
  35.                                                     ^ Change this to
  36. change the default message base to post in.
  37.  
  38.  
  39. 'QString What is the subject?\\Rules'
  40.                                ^^^^^ Change this to change the default
  41. subject.
  42.  
  43.  
  44. 'QFile Enter the file name:\\Tmp:'
  45.                              ^^^ Change this to change the default path
  46. to find the attached file.
  47.  
  48.  
  49. 'QString What is the Zone number?\\6'
  50.                                    ^ Change this to set the zone number of
  51. who you are sending NetMail to.
  52.  
  53.  
  54. 'QString What is the Net number?\\733'
  55.                                   ^^^ Change this to set the net number of
  56. who you are sending NetMail to.
  57.  
  58.  
  59. 'QString What is the Node number?\\1'
  60.                                    ^ Change this to set the node number of
  61. who you are sending NetMail to.
  62.  
  63.  
  64. 'QString What is the Point number?\\0'
  65.                                     ^ Change this to set the point number of
  66. who you are sending NetMail to.
  67.  
  68.  
  69. If you have any questions or this doesn't make sense, feel free to give me
  70. a call.
  71.  
  72. Steve Robbins - The Guru Meditation BBS